home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 2 / CD Loisirs 02.7z / CD Loisirs CD 002.mdf / cdl.bat < prev    next >
DOS Batch File  |  1994-07-04  |  2KB  |  56 lines

  1. @echo off
  2. playflc -l1 moniteur.flc
  3. CD \
  4. goto start
  5.  
  6. :menu
  7.   window, bcya, oBLU, kred░, s1, m5, a, ~
  8.     h_format, bblu, t0, d0
  9.     header,CD LOISIRS N°2
  10.       option,Le Secret de la Cité Engloutie,,,TEXTES,CITE
  11.         help,Pour obtenir les instructions pour installer la démo.
  12.       option,S.O.S. Forêt Vierge,1,,TEXTES,FORET
  13.         help,Pour obtenir les instructions pour installer la démo.
  14.       option,Intro CD de Theme Park,1,,TPDEMO,INTRO
  15.         help,Voici l'intro CD du jeu Theme Park d'Electronic Arts.
  16.       option,Theme Park démo jouable,,,TEXTES,TP
  17.         help,Pour obtenir les instructions pour installer la démo.
  18.       option,Fifa Soccer,,,TEXTES,FIFA  
  19.         help,Pour installer la démo jouable de Fifa Soccer.
  20.       option,Solar Winds,1,,SHARE/SOLAR,SOLAR1
  21.         help,Pour jouer à ce fantastique Shareware d'aventure / action.
  22.       option,Invasion Of The Mutant Bats,1,,SHARE/INVASION,BATS
  23.         help,Pour jouer à ce shoot'em'up shareware.
  24.       option,Raptor,,,SHARE/RAPTOR1,RAP
  25.         help,Pour jouer au meilleur shoot'em'up du moment, en shareware.
  26.       option,Démo de Vista Pro,,,TEXTES,VP
  27.         help,Pour lancer la démo de saut à l'élastique faite sous Vista Pro.
  28.       option,Utilisation de CD Loisirs N°2,,,,HELP
  29.         help,Pour régler vos problèmes d'utilisation
  30.       option,FIN,1,,,
  31.    f_format, bblu
  32. :end_menu
  33.  
  34. :start
  35.  
  36. @echo off
  37. cd \
  38.  
  39. batmnu cdl.bat %ERRLEV%         
  40. rem ERRLEV value sets default
  41.  
  42. if not "%ERRLEV%" == "" goto start  
  43. rem if ERRLEV is set, redisplay menu
  44.  
  45. if errorlevel 6 goto EXIT           
  46. rem Exit selected
  47.  
  48. if not errorlevel 1 goto EXIT       
  49. rem ESC pressed
  50.  
  51. cd \
  52. goto start
  53.  
  54. :EXIT
  55. cls
  56.